home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / TESTS / KEY.ICN < prev    next >
Text File  |  1990-03-02  |  85b  |  6 lines

  1. procedure main()
  2.    T := table()
  3.    every T[1 to 20] := 1
  4.    every write(key(T))
  5. end
  6.